TRACE.CLEAR Function

Syntax

.Clear()

Description

Clear the status bar.

Discussion

The TRACE.CLEAR() method clears the Trace window.

Example

Clear the Trace window before writing text to it.

trace.clear()
trace.writeln("This is new text")

Limitations

Desktop applications only.

See Also